Skip to content

Conversation

Copy link

Copilot AI commented Nov 5, 2025

Reverted the Kind class back to its original str, Enum implementation with custom __str__ override, and corrected the comment to reference Python 3.11 instead of 3.10.

Changes

  • Restored class Kind(str, Enum): pattern instead of enum.StrEnum
  • Updated comment from "Python 3.10" to "Python 3.11" to reflect when StrEnum was actually introduced

The original implementation maintains compatibility while emulating StrEnum behavior for the current Python 3.10+ requirement.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Remove support for Python 3.9 which is past EoL fix: revert StrEnum change and update comment to Python 3.11 Nov 5, 2025
Copilot AI requested a review from henryiii November 5, 2025 22:31
Copilot finished work on behalf of henryiii November 5, 2025 22:31
@henryiii henryiii closed this Nov 5, 2025
@henryiii henryiii deleted the copilot/sub-pr-1057 branch November 5, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants